'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of DAPropertyId) _ )
'Usage
Dim collection As IEnumerable(Of DAPropertyId) Dim instance As New DAPropertyIdSet(collection)
public DAPropertyIdSet( IEnumerable<DAPropertyId> collection )
public: DAPropertyIdSet( IEnumerable<DAPropertyId^>^ collection )
Parameters
- collection
- The collection whose elements are copied to the new set.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).